
  

  
  @property --red-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF2F2;
}
@property --blue-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EFF6FF;
}
@property --grey-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FAFAFA;
}
@property --lime-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F7FEE7;
}
@property --pink-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FDF2F8;
}
@property --red-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --red-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FECACA;
}
@property --red-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --red-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F87171;
}
@property --red-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --red-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DC2626;
}
@property --red-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --red-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #991B1B;
}
@property --red-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --teal-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F0FDFA;
}
@property --blue-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --blue-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BFDBFE;
}
@property --blue-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --blue-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #60A5FA;
}
@property --blue-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --blue-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #2563EB;
}
@property --blue-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --blue-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E40AF;
}
@property --blue-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --green-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #ECFDF5;
}
@property --grey-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --grey-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #E5E5E5;
}
@property --grey-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --grey-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A3A3A3;
}
@property --grey-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --grey-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #525252;
}
@property --grey-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --grey-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #262626;
}
@property --grey-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --lime-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #ECFCCB;
}
@property --lime-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D9F99D;
}
@property --lime-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BEF264;
}
@property --lime-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A3E635;
}
@property --lime-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #84CC16;
}
@property --lime-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #65A30D;
}
@property --lime-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #4D7C0F;
}
@property --lime-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3F6212;
}
@property --lime-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #365314;
}
@property --pink-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCE7F3;
}
@property --pink-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FBCFE8;
}
@property --pink-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F9A8D4;
}
@property --pink-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F472B6;
}
@property --pink-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EC4899;
}
@property --pink-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DB2777;
}
@property --pink-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #BE185D;
}
@property --pink-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #9D174D;
}
@property --pink-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #831843;
}
@property --teal-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #CCFBF1;
}
@property --teal-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #99F6E4;
}
@property --teal-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #5EEAD4;
}
@property --teal-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #2DD4BF;
}
@property --teal-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #14B8A6;
}
@property --teal-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #0D9488;
}
@property --teal-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #0F766E;
}
@property --teal-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #115E59;
}
@property --teal-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #134E4A;
}
@property --dark-blue {
  syntax: "<color>";
  inherits: true;
  initial-value: #0A3957;
}
@property --green-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --green-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A7F3D0;
}
@property --green-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --green-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #34D399;
}
@property --green-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --green-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #059669;
}
@property --green-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --green-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #065F46;
}
@property --green-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --purple-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F3FF;
}
@property --shadow-lg {
  syntax: "*";
  inherits: true;
  initial-value:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
}
@property --shadow-md {
  syntax: "*";
  inherits: true;
  initial-value:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}
@property --shadow-sm {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --shadow-xl {
  syntax: "*";
  inherits: true;
  initial-value: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
}
@property --yellow-50 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FFFBEB;
}
@property --dark-green {
  syntax: "<color>";
  inherits: true;
  initial-value: #112D25;
}
@property --light-blue {
  syntax: "<color>";
  inherits: true;
  initial-value: #9DFAFF;
}
@property --purple-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EDE9FE;
}
@property --purple-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DDD6FE;
}
@property --purple-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #C4B5FD;
}
@property --purple-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #A78BFA;
}
@property --purple-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #8B5CF6;
}
@property --purple-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7C3AED;
}
@property --purple-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6D28D9;
}
@property --purple-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #5B21B6;
}
@property --purple-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #4C1D95;
}
@property --shadow-2xl {
  syntax: "*";
  inherits: true;
  initial-value:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@property --yellow-100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --yellow-200 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FDE68A;
}
@property --yellow-300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --yellow-400 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FBBF24;
}
@property --yellow-500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --yellow-600 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D97706;
}
@property --yellow-700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --yellow-800 {
  syntax: "<color>";
  inherits: true;
  initial-value: #92400E;
}
@property --yellow-900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --light-green {
  syntax: "<color>";
  inherits: true;
  initial-value: #C4EAB9;
}
@property --shadow-base {
  syntax: "*";
  inherits: true;
  initial-value:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@property --font-size-lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.125rem;
}
@property --font-size-sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.875rem;
}
@property --font-size-xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.25rem;
}
@property --font-size-xs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.75rem;
}
@property --font-size-2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.5rem;
}
@property --font-size-3xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1.875rem;
}
@property --font-size-4xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 2.25rem;
}
@property --font-size-5xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 3rem;
}
@property --font-size-xxs {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0.625rem;
}
@property --font-size-base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 1rem;
}
@property --font-weight-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --font-weight-thin {
  syntax: "<number>";
  inherits: true;
  initial-value: 100;
}
@property --font-weight-black {
  syntax: "<number>";
  inherits: true;
  initial-value: 900;
}
@property --font-weight-light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-weight-bolder {
  syntax: "<number>";
  inherits: true;
  initial-value: 800;
}
@property --font-weight-normal {
  syntax: "<number>";
  inherits: true;
  initial-value: 500;
}
@property --font-weight-lighter {
  syntax: "<number>";
  inherits: true;
  initial-value: 200;
}
@property --font-weight-regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --demo-editor-offset-x {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --demo-editor-offset-y {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --font-weight-semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}
@property --tool-card--background-color {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}

  :host, :root {
  --red-50: #FEF2F2;
  --blue-50: #EFF6FF;
  --grey-50: #FAFAFA;
  --lime-50: #F7FEE7;
  --pink-50: #FDF2F8;
  --red-100: #FEE2E2;
  --red-200: #FECACA;
  --red-300: #FCA5A5;
  --red-400: #F87171;
  --red-500: #EF4444;
  --red-600: #DC2626;
  --red-700: #B91C1C;
  --red-800: #991B1B;
  --red-900: #7F1D1D;
  --teal-50: #F0FDFA;
  --blue-100: #DBEAFE;
  --blue-200: #BFDBFE;
  --blue-300: #93C5FD;
  --blue-400: #60A5FA;
  --blue-500: #3B82F6;
  --blue-600: #2563EB;
  --blue-700: #1D4ED8;
  --blue-800: #1E40AF;
  --blue-900: #1E3A8A;
  --green-50: #ECFDF5;
  --grey-100: #F5F5F5;
  --grey-200: #E5E5E5;
  --grey-300: #D4D4D4;
  --grey-400: #A3A3A3;
  --grey-500: #737373;
  --grey-600: #525252;
  --grey-700: #404040;
  --grey-800: #262626;
  --grey-900: #171717;
  --lime-100: #ECFCCB;
  --lime-200: #D9F99D;
  --lime-300: #BEF264;
  --lime-400: #A3E635;
  --lime-500: #84CC16;
  --lime-600: #65A30D;
  --lime-700: #4D7C0F;
  --lime-800: #3F6212;
  --lime-900: #365314;
  --pink-100: #FCE7F3;
  --pink-200: #FBCFE8;
  --pink-300: #F9A8D4;
  --pink-400: #F472B6;
  --pink-500: #EC4899;
  --pink-600: #DB2777;
  --pink-700: #BE185D;
  --pink-800: #9D174D;
  --pink-900: #831843;
  --teal-100: #CCFBF1;
  --teal-200: #99F6E4;
  --teal-300: #5EEAD4;
  --teal-400: #2DD4BF;
  --teal-500: #14B8A6;
  --teal-600: #0D9488;
  --teal-700: #0F766E;
  --teal-800: #115E59;
  --teal-900: #134E4A;
  --dark-blue: #0A3957;
  --green-100: #D1FAE5;
  --green-200: #A7F3D0;
  --green-300: #6EE7B7;
  --green-400: #34D399;
  --green-500: #10B981;
  --green-600: #059669;
  --green-700: #047857;
  --green-800: #065F46;
  --green-900: #064E3B;
  --purple-50: #F5F3FF;
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
  --shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
  --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  --yellow-50: #FFFBEB;
  --dark-green: #112D25;
  --light-blue: #9DFAFF;
  --purple-100: #EDE9FE;
  --purple-200: #DDD6FE;
  --purple-300: #C4B5FD;
  --purple-400: #A78BFA;
  --purple-500: #8B5CF6;
  --purple-600: #7C3AED;
  --purple-700: #6D28D9;
  --purple-800: #5B21B6;
  --purple-900: #4C1D95;
  --shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --yellow-100: #FEF3C7;
  --yellow-200: #FDE68A;
  --yellow-300: #FCD34D;
  --yellow-400: #FBBF24;
  --yellow-500: #F59E0B;
  --yellow-600: #D97706;
  --yellow-700: #B45309;
  --yellow-800: #92400E;
  --yellow-900: #78350F;
  --light-green: #C4EAB9;
  --shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-xxs: 0.625rem;
  --font-size-base: 1rem;
  --font-weight-bold: 700;
  --font-weight-thin: 100;
  --font-weight-black: 900;
  --font-weight-light: 300;
  --font-weight-bolder: 800;
  --font-weight-normal: 500;
  --font-weight-lighter: 200;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --red-50: #FEF2F2;
  --blue-50: #EFF6FF;
  --grey-50: #FAFAFA;
  --lime-50: #F7FEE7;
  --pink-50: #FDF2F8;
  --red-100: #FEE2E2;
  --red-200: #FECACA;
  --red-300: #FCA5A5;
  --red-400: #F87171;
  --red-500: #EF4444;
  --red-600: #DC2626;
  --red-700: #B91C1C;
  --red-800: #991B1B;
  --red-900: #7F1D1D;
  --teal-50: #F0FDFA;
  --blue-100: #DBEAFE;
  --blue-200: #BFDBFE;
  --blue-300: #93C5FD;
  --blue-400: #60A5FA;
  --blue-500: #3B82F6;
  --blue-600: #2563EB;
  --blue-700: #1D4ED8;
  --blue-800: #1E40AF;
  --blue-900: #1E3A8A;
  --green-50: #ECFDF5;
  --grey-100: #F5F5F5;
  --grey-200: #E5E5E5;
  --grey-300: #D4D4D4;
  --grey-400: #A3A3A3;
  --grey-500: #737373;
  --grey-600: #525252;
  --grey-700: #404040;
  --grey-800: #262626;
  --grey-900: #171717;
  --lime-100: #ECFCCB;
  --lime-200: #D9F99D;
  --lime-300: #BEF264;
  --lime-400: #A3E635;
  --lime-500: #84CC16;
  --lime-600: #65A30D;
  --lime-700: #4D7C0F;
  --lime-800: #3F6212;
  --lime-900: #365314;
  --pink-100: #FCE7F3;
  --pink-200: #FBCFE8;
  --pink-300: #F9A8D4;
  --pink-400: #F472B6;
  --pink-500: #EC4899;
  --pink-600: #DB2777;
  --pink-700: #BE185D;
  --pink-800: #9D174D;
  --pink-900: #831843;
  --teal-100: #CCFBF1;
  --teal-200: #99F6E4;
  --teal-300: #5EEAD4;
  --teal-400: #2DD4BF;
  --teal-500: #14B8A6;
  --teal-600: #0D9488;
  --teal-700: #0F766E;
  --teal-800: #115E59;
  --teal-900: #134E4A;
  --dark-blue: #0A3957;
  --green-100: #D1FAE5;
  --green-200: #A7F3D0;
  --green-300: #6EE7B7;
  --green-400: #34D399;
  --green-500: #10B981;
  --green-600: #059669;
  --green-700: #047857;
  --green-800: #065F46;
  --green-900: #064E3B;
  --purple-50: #F5F3FF;
  --shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
  --shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
  --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
  --yellow-50: #FFFBEB;
  --dark-green: #112D25;
  --light-blue: #9DFAFF;
  --purple-100: #EDE9FE;
  --purple-200: #DDD6FE;
  --purple-300: #C4B5FD;
  --purple-400: #A78BFA;
  --purple-500: #8B5CF6;
  --purple-600: #7C3AED;
  --purple-700: #6D28D9;
  --purple-800: #5B21B6;
  --purple-900: #4C1D95;
  --shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --yellow-100: #FEF3C7;
  --yellow-200: #FDE68A;
  --yellow-300: #FCD34D;
  --yellow-400: #FBBF24;
  --yellow-500: #F59E0B;
  --yellow-600: #D97706;
  --yellow-700: #B45309;
  --yellow-800: #92400E;
  --yellow-900: #78350F;
  --light-green: #C4EAB9;
  --shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  --font-size-lg: 1.125rem;
  --font-size-sm: 0.875rem;
  --font-size-xl: 1.25rem;
  --font-size-xs: 0.75rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-xxs: 0.625rem;
  --font-size-base: 1rem;
  --font-weight-bold: 700;
  --font-weight-thin: 100;
  --font-weight-black: 900;
  --font-weight-light: 300;
  --font-weight-bolder: 800;
  --font-weight-normal: 500;
  --font-weight-lighter: 200;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-intertight: 'Inter Tight',sans-serif;
--font-literata: 'Literata',serif;
--font-firacode: 'Fira Code',monospace;
--font-ibmplexmono: 'IBM Plex Mono',monospace;
--font-fraunces: 'Fraunces',serif;
--font-luckiestguy: 'Luckiest Guy',display;
--font-instrumentserif: 'Instrument Serif',serif;
--font-poppins: 'Poppins',sans-serif;
--font-limelight: 'Limelight',display;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .eowiHc {
      width:100%;
      background:#000;
      overflow-x:hidden;
      align-items:center;
      justify-content:start;
      scroll-behavior:smooth;
    }

    .eowiHc.collapsed {
      overflow-x:hidden;
      overflow-y:hidden;
    }

    .bLnIHU {
      display:flex;
      row-gap:48px;
      flex-grow:3;
      column-gap:48px;
      flex-basis:0%;
      flex-shrink:3;
      flex-direction:column;
    }

    @media (max-width: 1280px) {

    .bLnIHU {
      padding-left:24px;
      padding-right:24px;
    }
    }

    .cRXuX {
      left:0px;
      width:100%;
      bottom:0px;
      display:flex;
      position:fixed;
      background:var(--grey-900);
      max-height:fit-content;
      overflow-y:scroll;
      transition:max-height 300ms cubic-bezier(0.42, 0, 0.58, 1);
      flex-direction:column;
      scrollbar-width:none;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
    }

    .cRXuX::-webkit-scrollbar {
    width: 0;
    }

    .cRXuX.collapsed {
      max-height:64px;
      transition:max-height 300ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    @media (min-width: 960px) {

    .cRXuX {
      display:none;
    }
    }

    .GEfjn {
      color:var(--grey-400);
      font-size:1.25rem;
      font-family:"Inter Tight";
      font-weight:var(--font-weight-light);
      line-height:1.875rem;
    }

    @media (min-width: 960px) {

    .GEfjn {
      font-size:24px;
      line-height:34px;
    }
    }

    .GEfjn::selection {
      color:var(--grey-200);
      background:#ffffff33;
    }

    .learn_build-projects\:2h-kGFXP8sflvSVB5tWN0 {
      text-wrap:balance;
      text-align:left;
    }

    .gjeJB {
      display:flex;
      background:var(--grey-900);
      box-shadow:0px 2px 4px 0px #00000020, 0px 2px 4px 0px #00000020;
      flex-direction:column;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    @media (min-width: 960px) {

    .gjeJB {
      display:none;
    }
    }

    .cgIeeN {
      flex:1;
      display:flex;
      row-gap:16px;
      column-gap:16px;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
    }

    .cbWSsg {
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .dQnhlX {
      width:96px;
      height:100%;
      object-fit:cover;
      border-top-left-radius:14px;
    }

    .learn-page-course-details-mobile\:CaUhYbbCkFOCbR9pXip2A {
      color:var(--light-blue);
      font-size:1.5em;
      font-family:"Instrument Serif";
    }

    .cxcLga {
      color:var(--grey-400);
      font-size:18px;
      font-family:Inter Tight;
      font-weight:var(--font-weight-light);
      line-height:26px;
    }

    .cxcLga::selection {
      color:var(--grey-200);
      background:#ffffff33;
    }

    .learn-page-course-details-mobile\:DM3gP2phG5NYgjM4c0h-j {
      font-size:1em;
    }

    .dgtBZn {
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .ePOJUD {
      flex:1;
      bottom:0px;
      display:flex;
      background:#000000;
      align-items:flex-start;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:column;
      padding-bottom:12px;
      justify-content:flex-end;
      border-top-right-radius:14px;
    }

    .learn-page-course-details-mobile\:bc7jOQm85axqEzNjQDAyF {
      color:var(--grey-200);
      font-weight:var(--font-weight-semi-bold);
    }

    .learn-page-course-details-mobile\:pkrgF-LfPONRiCa3TPngX {
      color:var(--grey-200);
      font-weight:var(--font-weight-semi-bold);
    }

    .fcsXTc {
      flex:1;
      display:flex;
      flex-direction:row;
    }

    .fxCOiA {
      color:var(--grey-900);
      width:100%;
      cursor:pointer;
      font-size:20px;
      background:var(--grey-200);
      text-align:center;
      font-family:"Inter Tight";
      font-weight:var(--font-weight-regular);
      padding-top:16px;
      user-select:none;
      padding-left:24px;
      border-radius:14px;
      padding-right:24px;
      padding-bottom:16px;
      -webkit-tap-highlight-color:transparent;
    }

    @media (min-width: 640px) {

    .fxCOiA {
      width:fit-content;
      padding-left:48px;
      padding-right:48px;
    }
    }

    .fxCOiA:focus-visible {
      outline-color:var(--light-blue);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .fxCOiA:hover {
      background:var(--grey-100);
      outline-color:var(--grey-100);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .fxCOiA:active {
      background:var(--grey-50);
      outline-color:var(--grey-50);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .course-video-list-item\:-Oi0DziNhkYYeAYlrA5hM {
      top:50%;
      left:50%;
      cursor:pointer;
      display:flex;
      z-index:2;
      position:absolute;
      transform:translate(-50%, -50%);
      background:var(--light-blue);
      transition:background 0.2s ease, transform 0.2s ease;
      align-items:center;
      justify-content:center;
    }

    .eYbSmB {
      color:#ffffff;
      width:100%;
      cursor:pointer;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      padding-top:24px;
      padding-left:24px;
      align-content:space-between;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:24px;
      justify-content:space-between;
      -webkit-tap-highlight-color:transparent;
    }

    .eYbSmB:hover {
      color:var(--light-blue);
    }

    @media (max-width: 1280px) {

    .eYbSmB {
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
    }
    }

    .eYbSmB:focus-visible {
      color:var(--light-blue);
      background:var(--grey-800);
      border-color:black;
      border-style:none;
      border-width:1px;
      outline-color:var(--light-blue);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .eYbSmB.selected {
      border-top-color:black;
      border-top-style:solid;
      border-top-width:1px;
    }

    .dBaYPM {
      color:#9dfaff;
      right:50%;
      bottom:2rem;
      display:block;
      position:absolute;
      font-size:1.25rem;
      translate:50% 0 0;
      font-family:"Inter Tight";
      font-weight:inherit;
      text-decoration-line:underline;
      text-underline-offset:0.25rem;
    }

    .bRjUVK {
      width:100%;
      overflow:hidden;
      position:relative;
      box-shadow:0px 2px 48px 0px #00000020;
      aspect-ratio:16 / 9;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .jwEKL {
      display:flex;
      row-gap:16px;
      column-gap:16px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:24px;
    }

    .MOiFk {
      width:100%;
      z-index:3;
      overflow:hidden;
      position:absolute;
      background:black;
      aspect-ratio:16 / 9;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .aeKWz {
      display:flex;
    }

    @media (min-width: 1280px) {

    .aeKWz {
      display:none;
    }
    }

    .dOgHLJ {
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      position:absolute;
      object-fit:cover;
    }

    .cARvyi {
      color:currentColor;
      display:flex;
      row-gap:16px;
      column-gap:16px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .SITke {
      top:0px;
      left:0px;
      width:100%;
      border:none;
      height:100%;
      position:absolute;
      aspect-ratio:16/9;
    }

    .dnxlFy {
      width:32px;
      display:flex;
      row-gap:8px;
      font-size:inherit;
      background:var(--grey-800);
      column-gap:8px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      aspect-ratio:1/1;
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .IIfBq {
      color:var(--light-blue);
    }

    .ePHkdg {
      color:var(--grey-200);
      font-size:24px;
      text-wrap:balance;
      text-align:left;
      font-family:"Inter Tight";
      font-weight:var(--font-weight-normal);
      line-height:32px;
      scroll-margin-top:80px;
    }

    @media (min-width: 1024px) {

    .ePHkdg {
      font-size:20px;
      line-height:28px;
    }
    }

    .ePHkdg::selection {
      background:#ffffff33;
    }

    .course-video-list-item\:lzUOA9J6U-XaDOnASiko7 {
      color:currentColor;
      display:flex;
    }

    @media (max-width: 1280px) {

    .course-video-list-item\:lzUOA9J6U-XaDOnASiko7 {
      font-size:16px;
    }
    }

    .dnPFSP {
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .HvXVp {
      color:#9dfaff;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    @media (min-width: 1280px) {

    .HvXVp {
      display:none;
    }
    }

    .KTRxj {
      top:50%;
      left:50%;
      width:96px;
      cursor:pointer;
      height:96px;
      display:flex;
      z-index:2;
      position:absolute;
      transform:translate(-50%, -50%);
      background:var(--light-blue);
      transition:background 0.2s ease, transform 0.2s ease;
      align-items:center;
      justify-content:center;
      border-top-left-radius:99px;
      border-top-right-radius:99px;
      border-bottom-left-radius:99px;
      border-bottom-right-radius:99px;
    }

    .KTRxj:hover {
      transform:translate(-50%, -50%) scale(1.1);
    }

    .KTRxj:focus-visible {
      outline:2px solid #ffffff;
      outline-offset:2px;
    }

    .bKGvyB {
      color:#9dfaff;
      display:none;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    @media (min-width: 1280px) {

    .bKGvyB {
      display:flex;
    }
    }

    .cSDEUo {
      display:flex;
      flex-direction:column;
    }

    .eoUQE {
      top:0px;
      left:0px;
      z-index:1;
      position:fixed;
      flex-direction:row;
    }

    .ZLKXv {
      color:white;
      width:100%;
      height:auto;
      display:flex;
      font-size:24px;
      transition:height 300ms ease;
      align-items:flex-start;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      border-bottom:1px solid var(--grey-800, var(--color--border--on-surface-0));
      outline-style:none;
      justify-content:center;
    }

    .bMcDsP {
      row-gap:12px;
      column-gap:12px;
      flex-direction:row;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cMEZvI {
      left:-100%;
    }

    .nordcraft_shared\/nordcraft-website-menu\:0HwRvRWxsIvkIaheopgLk {
      height:0px;
    }

    .cQtHqN {
      color:white;
      width:fit-content;
      font-size:24px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      outline-style:none;
      justify-content:center;
    }

    .cQtHqN:hover {
      color:var(--light-blue, var(--nordcraft--text--primary));
    }

    .cQtHqN:focus-visible {
      color:var(--light-blue, var(--nordcraft--text--primary));
      text-decoration:underline;
    }

    .nordcraft_shared\/nordcraft-website-menu\:21G3R-AS_BmDuaRDXb-po {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      font-size:16px;
    }

    .cvsKZh {
      gap:8px;
      color:var(--light-blue, var(--nordcraft--text--primary));
      width:100%;
      display:flex;
      font-size:24px;
      align-items:start;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      flex-direction:column;
      justify-content:center;
    }

    .eLxpIu {
      width:100%;
      cursor:default;
      display:flex;
      align-items:center;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:24px;
      justify-content:space-between;
    }

    .eLxpIu:hover {
      color:var(--light-blue, var(--nordcraft--text--primary));
    }

    .eLxpIu:focus-visible {
      color:var(--light-blue, var(--nordcraft--text--primary));
      text-decoration:underline;
    }

    .cxyDRN {
      font:var(--font-weight-regular) 16px Inter Tight;
      color:black;
      width:fit-content;
      height:40px;
      display:flex;
      background:var(--light-blue, var(--nordcraft--background--primary));
      box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      align-items:center;
      padding-left:16px;
      border-radius:6px;
      padding-right:16px;
      justify-content:center;
    }

    .cxyDRN.flat {
      color:white;
      background:none;
      box-shadow:0px 0px 0px 0px #00000000;
    }

    .cxyDRN:hover {
      color:black;
      background:white;
    }

    .cxyDRN:focus-visible {
      outline:2px solid var(--light-blue, var(--nordcraft--outline--on-background));
      outline-offset:2px;
    }

    .cxyDRN:active {
      color:white;
      background:black;
    }

    .cxyDRN.flat:hover {
      color:white;
      background:#17171780;
      box-shadow:0px 0px 0px 0px #00000000;
    }

    .nordcraft_shared\/nordcraft-website-menu\:3mKBEKHp5VtMjDD02I_3x {
      gap:6px;
      color:white;
      height:42px;
      background:var(--grey-800, var(--color--surface--1));
      box-shadow:0px 2px 4px 0px #00000080;
      flex-direction:row;
    }

    .nordcraft_shared\/nordcraft-website-menu\:3mKBEKHp5VtMjDD02I_3x:hover {
      color:white;
      background:var(--grey-700, var(--color--surface--2));
    }

    .bzyMtA {
      color:white;
      width:100%;
      height:auto;
      display:flex;
      font-size:24px;
      transition:height 300ms ease  ;
      align-items:flex-start;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      border-bottom:1px solid var(--grey-800);
      outline-style:none;
      justify-content:center;
    }

    .bHBjqh {
      gap:24px;
      width:100%;
      display:none;
      flex-wrap:wrap;
      background:linear-gradient(to bottom right, #000000 0%, #121212 50%, #000000 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      align-items:center;
      padding-top:32px;
      padding-left:32px;
      border-bottom:1px solid var(--grey-800, var(--color--border--on-surface-0));
      padding-right:32px;
      flex-direction:column;
      padding-bottom:32px;
      justify-content:center;
    }

    @media (min-width: 960px) {

    .bHBjqh {
      gap:24px;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      padding-top:32px;
      padding-left:32px;
      padding-right:32px;
      padding-bottom:32px;
      justify-content:center;
    }
    }

    .nordcraft_shared\/nordcraft-website-menu\:4UMlSPioG0po1fpGIey6j {
      color:var(--grey-400);
      font-size:16px;
    }

    .bndcoR {
      top:0px;
      color:white;
      border:1px solid var(--grey-800, var(--color--border--on-surface-0));
      height:184px;
      display:flex;
      animation:2s ease 0ms 1 normal none running anim-DbYP43;
      flex-grow:1;
      background:var(--grey-900, var(--color--surface-0));
      box-shadow:0px 4px 8px 0px #00000066;
      flex-basis:0px;
      transition:top 300ms ease;
      align-items:start;
      flex-shrink:1;
      padding-top:24px;
      padding-left:24px;
      outline-style:none;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:24px;
      justify-content:space-between;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .bndcoR:hover {
      top:-4px;
      border:1px solid var(--grey-700, var(--color--border--on-surface-1));
      background:var(--grey-800, var(--color--surface-1));
      box-shadow:0px 8px 16px 0px #00000066;
      transition:top 300ms ease;
    }

    .bndcoR:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    @keyframes anim-80pu2M {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .YFlxy {
      color:white;
      font-size:16px;
      font-family:Inter Tight;
    }

    .cmvWBz {
      width:100vw;
      height:100vh;
      background: #00000080;
    }

    .bGxFDk {
      rotate:0 0 1 0deg;
      font-size:inherit;
      transition:rotate 300ms ease;
      font-family:inherit;
      font-weight:inherit;
    }

    .bGxFDk.open {
      rotate:0 0 1 180deg;
      transition:rotate 300ms ease;
    }

    .nordcraft_shared\/nordcraft-website-menu\:9m4gwH89SeTKq68jWUfs7 {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:B8CePX6C-j-G5Y-0DqOKf {
      color:var(--grey-400);
      font-size:16px;
    }

    .cjwWnJ {
      gap:24px;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .cSMIHN {
      gap:12px;
      color:white;
      width:42px;
      height:42px;
      display:flex;
      background:var(--grey-800, var(--color--surface--1));
      box-shadow:0px 2px 4px 0px #00000080;
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cSMIHN:hover {
      background:var(--grey-700, var(--color--surface--2));
    }

    .cSMIHN.menuShown {
      color:white;
      background:var(--grey-900, var(--color--surface--0));
    }

    .cSMIHN.menuShown:hover {
      color:white;
      background:var(--grey-800, var(--color--surface--1));
    }

    .cSMIHN:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    @keyframes anim-i_WzTz {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .ePmlNG {
      width:100%;
      padding-top:24px;
      padding-left:24px;
      border-bottom:1px solid var(--grey-800, var(--color--border--on-surface-0));
      padding-right:24px;
      padding-bottom:24px;
    }

    .cPZNtW {
      right:0px;
      width:100vw;
      height:100%;
      display:none;
      z-index:4;
      position:fixed;
      background:var(--grey-900);
      box-shadow:-16px 0px 16px 0px #00000040;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:margin-right 300ms ease;
      align-items:start;
      border-left:1px solid var(--grey-800, var(--color--border--on-surface-0));
      margin-right:-960px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .cPZNtW {
      width:640px;
      transition:margin-right 300ms ease;
    }
    }

    .cPZNtW.shown {
      display:flex;
      background:var(--grey-900);
      transition:margin-right 300ms ease;
      align-items:flex-start;
      margin-right:0px;
      justify-content:space-between;
    }

    .cPZNtW:focus-visible {
      outline-color:#000000;
      outline-style:none;
      outline-width:2px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:GINDx_MYdJ-2Q4sIesdHc {
      color:var(--grey-400);
      font-size:16px;
    }

    .cvtFYg {
      gap:16px;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:start;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:24px;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .cvtFYg {
      gap:24px;
      flex-direction:column;
    }
    }

    .dpJxrq {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      font-size:16px;
      font-family:Inter Tight;
    }

    .nordcraft_shared\/nordcraft-website-menu\:GqvQYRmxXFuBt15mvR_Xe {
      color:var(--grey-400);
      font-size:16px;
    }

    .flKlS {
      gap:16px;
      color:white;
      right:0px;
      width:100vw;
      bottom:0px;
      display:flex;
      position:relative;
      flex-wrap:wrap;
      background:var(--grey-900, var(--color--surface--0));
      border-top:1px solid var(--grey-800, var(--color--border--on-surface-0));
      align-items:center;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:96px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .flKlS {
      width:640px;
      display:flex;
      flex-direction:row;
      padding-bottom:24px;
    }
    }

    .nordcraft_shared\/nordcraft-website-menu\:KkUTQ5-gfR8NHa1Lzjpaz {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      font-size:16px;
    }

    .djOljv {
      gap:12px;
      font:var(--font-weight-regular) 16px Inter Tight;
      color:white;
      width:fit-content;
      height:40px;
      display:flex;
      background:var(--grey-900, var(--color--surface-0));
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      border-radius:6px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
    }

    .djOljv:hover {
      color:white;
      background:var(--grey-800, var(--color--surface-1));
    }

    .djOljv.menuShown {
      color:white;
      background:var(--grey-900, var(--color--surface-0));
    }

    .djOljv.menuShown:hover {
      color:white;
      background:var(--grey-800, var(--color--surface-1));
    }

    .djOljv:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:PuMpmyedaLTc4PepOn6Fk {
      color:var(--grey-400);
      font-size:16px;
    }

    .cZZGci {
      width:32px;
      height:32px;
      rotate:0 0 1 0deg;
      display:flex;
      font-size:inherit;
      transition:rotate 300ms ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      justify-content:center;
    }

    .cZZGci.open {
      rotate:0 0 1 180deg;
      transition:rotate 300ms ease;
    }

    .nordcraft_shared\/nordcraft-website-menu\:TmReoqhEsamjsHbz6tvdx {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      font-size:16px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:UYWuXTgizHFpVEh4UJzpY {
      box-shadow:0px 2px 4px 0px #00000080;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .binUUT {
      box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      flex-direction:row;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    @media (max-width: 960px) {

    .binUUT {
      display:none;
    }
    }

    .eHgVbu {
      width:100vw;
      flex-grow:1;
      flex-basis:0px;
      overflow-y:scroll;
      flex-shrink:1;
      padding-bottom:96px;
      scrollbar-width:none;
    }

    .eHgVbu::-webkit-scrollbar {
    width: 0;
    }

    @media (min-width: 960px) {

    .eHgVbu {
      width:100%;
    }
    }

    .efMquu {
      top:0px;
      color:white;
      border:1px solid var(--grey-800, var(--color--border--on-surface-0));
      height:184px;
      display:flex;
      animation:2s ease 0ms 1 normal none running anim-DbYP43;
      flex-grow:1;
      background:var(--grey-900, var(--color--surface-0));
      box-shadow:0px 4px 8px 0px #00000066;
      flex-basis:0px;
      transition:top 300ms ease;
      align-items:start;
      flex-shrink:1;
      padding-top:24px;
      padding-left:24px;
      outline-style:none;
      padding-right:24px;
      padding-bottom:24px;
      justify-content:space-between;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .efMquu:hover {
      top:-4px;
      border:1px solid var(--grey-700, var(--color--border--on-surface-1));
      background:var(--grey-800, var(--color--surface-1));
      box-shadow:0px 8px 16px 0px #00000066;
      transition:top 300ms ease  ;
    }

    .efMquu:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    @keyframes anim-DbYP43 {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .cbyFEC {
      top:0px;
      color:white;
      border:1px solid var(--grey-800, var(--color--border--on-surface-0));
      height:184px;
      display:flex;
      animation:2s ease 0ms 1 normal none running anim-DbYP43;
      flex-grow:1;
      background:var(--grey-900, var(--color--surface-0));
      box-shadow:0px 4px 8px 0px #00000066;
      flex-basis:0px;
      transition:top 300ms ease;
      align-items:start;
      flex-shrink:1;
      padding-top:24px;
      padding-left:24px;
      outline-style:none;
      padding-right:24px;
      padding-bottom:24px;
      justify-content:space-between;
      border-top-left-radius:24px;
      border-top-right-radius:24px;
      border-bottom-left-radius:24px;
      border-bottom-right-radius:24px;
    }

    .cbyFEC:hover {
      top:-4px;
      border:1px solid var(--grey-700, var(--color--border--on-surface-1));
      background:var(--grey-800, var(--color--surface-1));
      box-shadow:0px 8px 16px 0px #00000066;
      transition:top 300ms ease;
    }

    .cbyFEC:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    @keyframes anim-aKvfps {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .nordcraft_shared\/nordcraft-website-menu\:_zQP5e9-6w7Bbc7Dhf3P0 {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      font-size:16px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:aSzATSJVdHvVZm9SYVOUp {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:bhRLDltIHUI33DKHYZZ4M {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      font-size:16px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:cUFvsQQg_TprgSFrT5j31 {
      color:var(--grey-400);
      font-size:16px;
    }

    .bRvbHv {
      gap:0.5em;
      color:var(--flutterby-color, inherit);
      width:fit-content;
      font-size:inherit;
      align-items:center;
      font-weight:var(--font-weight-light);
      flex-direction:row;
      justify-content:start;
    }

    .bRvbHv:hover {
      text-decoration-line: underline;
      text-decoration-thickness:1px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:eg6mj6A0AFBsMBAYjhaHb {
      width:48px;
      height:48px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:eg6mj6A0AFBsMBAYjhaHb:hover {
      background: var(--grey-800);
    }

    .nordcraft_shared\/nordcraft-website-menu\:eg6mj6A0AFBsMBAYjhaHb:focus-visible {
      outline-color:var(--light-blue);
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .eNGTWp {
      color:var(--grey-200, var(--color--text--on-surface));
      width:48px;
      cursor:pointer;
      height:48px;
      outline:none;
      align-items:center;
      border-radius:6px;
      justify-content:center;
    }

    .eNGTWp:hover {
      color:var(--grey-200, var(--color--text--on-surface));
      border-color:var(--grey-800, var(--color--border--on-surface-0));
      border-style:solid;
      border-width:1px;
      background-color:var(--grey-800, --color--surface--1);
    }

    .eNGTWp:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:l-CuUFUFfTPDAxsa1ha9N {
      color:var(--grey-400);
      font-size:16px;
    }

    .fwgxtk {
      gap:12px;
      flex-direction:row;
    }

    .cfghjj {
      gap:16px;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:start;
      padding-top:24px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:24px;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .cfghjj {
      gap:24px;
      flex-direction:column;
    }
    }

    .nordcraft_shared\/nordcraft-website-menu\:oolpv0XA1HGIAycAkQH7U {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:qZXZTaFN8aXMz65LKKqlk {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft_shared\/nordcraft-website-menu\:rwy2pEABJ1sJWadhsvWST {
      color:var(--grey-400);
      font-size:16px;
    }

    .dqVSNT {
      color:white;
      width:100vw;
      display:flex;
      font-size:16px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-top:16px;
      padding-left:16px;
      border-bottom:1px solid var(--grey-800, var(--color--border--on-surface-0));
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:space-between;
    }

    @media (min-width: 960px) {

    .dqVSNT {
      width:100%;
    }
    }

    .bQWvSN {
      gap:12px;
      top:0px;
      right:0px;
      display:flex;
      z-index:3;
      position:fixed;
      align-items:center;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:end;
    }

    .nordcraft_shared\/nordcraft-website-menu\:zP-7V9wowb6ejPMcBaBVc {
      width:auto;
      height:20px;
    }

    .jkmmL {
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:500;
    }

    .cbAen {
      top:0px;
      display:flex;
      row-gap:32px;
      position:sticky;
      background:var(--grey-900);
      box-shadow:0px 2px 4px 0px #00000020;
      column-gap:32px;
      padding-top:32px;
      flex-direction:column;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .learn-page-course-outline\:DHaY0lna4wGnZXoBI9PDY {
      color:var(--grey-400);
      width:100%;
      display:flex;
      font-size:1.125rem;
      text-align:left;
      align-items:flex-start;
      padding-top:16px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:16px;
      justify-content:center;
      border-bottom-color:var(--grey-800);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .learn-page-course-outline\:DHaY0lna4wGnZXoBI9PDY:last-of-type {
      border-color:black;
      border-style:none;
      border-width:1px;
    }

    .daULvr {
      padding-left:24px;
      padding-right:24px;
    }

    .cuOcXp {
      color:var(--grey-200);
      font-size:2rem;
      text-wrap:balance;
      text-align:left;
      font-family:"Inter Tight";
      font-weight:var(--font-weight-semi-bold);
      line-height:1.125em;
      scroll-margin-top:80px;
    }

    @media (min-width: 1024px) {

    .cuOcXp {
      font-size:40px;
      line-height:48px;
    }
    }

    .cuOcXp.centered {
      text-align:center;
    }

    .cuOcXp::selection {
      background:#ffffff33;
    }

    .learn_build-projects\:DhTg5V6oD0vy7wVDsunkW {
      font-size:1.75rem;
    }

    .edHJCx {
      top:0px;
      left:0px;
      width:100%;
      height:960px;
      position:absolute;
      background:linear-gradient(#00000000 25%,#000000 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
    }

    @keyframes anim-CGGAr2 {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .eJGVqK {
      color:#ffffff;
      font-size:1rem;
      font-family:"Inter Tight";
    }

    .bWBkXX {
      display:flex;
      row-gap:24px;
      column-gap:24px;
      align-items:center;
      align-content:space-between;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cdKiF {
      color:white;
      display:flex;
      font-size:1.25rem;
      align-items:center;
      font-family:"Inter Tight";
      flex-direction:row;
      justify-content:flex-start;
    }

    .cdKiF.active {
      color:#9dfaff;
      text-decoration-line:underline;
    }

    .cdKiF:focus-visible {
      outline-color:#9dfaff;
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dhAGUn {
      rotate:0 0 1 180deg;
      transition:rotate 300ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .dhAGUn.collapsed {
      rotate:0 0 1 0deg;
      transition:rotate 300ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .ehRuyK {
      color:var(--grey-900);
      display:flex;
      row-gap:1rem;
      flex-wrap:nowrap;
      background:#0a3957;
      column-gap:1rem;
      padding-top:1rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:column;
      padding-bottom:1rem;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .bvlDaw {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      flex-direction:column;
      border-bottom-color:var(--grey-800);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .bvlDaw:last-of-type {
      border-bottom-color:black;
      border-bottom-style:none;
      border-bottom-width:1px;
    }

    .bvlDaw.selected {
      background:var(--grey-900);
      margin-top:-1px;
      border-color:black;
      border-style:none;
      border-width:1px;
      border-top-left-radius:26px;
      border-top-right-radius:26px;
      border-bottom-left-radius:26px;
      border-bottom-right-radius:26px;
    }

    .dyRlSV {
      display:none;
    }

    @media (min-width: 1280px) {

    .dyRlSV {
      top:;
      left:;
      right:;
      width:fit-content;
      display:flex;
      row-gap:16px;
      z-index:2;
      position:fixed;
      column-gap:16px;
      align-items:center;
      margin-left:auto;
      padding-top:16px;
      margin-right:auto;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:flex-end;
    }
    }

    .dddKyw {
      row-gap:4px;
      animation:300ms ease 0ms 1 normal none running animation-bdHHCp, 300ms ease 0ms 1 normal none running animation-cJDXep;
      background: #171717cc;
      box-shadow:0px 8px 24px 0px #00000099, 0px 1px 1px 0px #ffffff1a inset;
      column-gap:4px;
      transition:all 300ms ease  ;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      backdrop-filter:blur(10px);
      border-top-left-radius:26px;
      border-top-right-radius:26px;
      border-bottom-left-radius:26px;
      border-bottom-right-radius:26px;
    }

    .dddKyw.product {
      width:480px;
      height:140px;
    }

    .dddKyw.learn {
      width:720px;
      height:265px;
    }

    .dddKyw.community {
      width:720px;
      height:320px;
    }

    @keyframes animation-bdHHCp {
        0% {
          scale: 1 1;
        }

        30% {
          scale: 1.025 1.025;
        }

        100% {
          scale: 1 1;
        }
    }


    @keyframes animation-cJDXep {
        0% {
          top: 8px;
        }

        50% {
          top: -8px;
        }

        100% {
          top: 0px;
        }
    }


    @keyframes animation-diizqv {
        0% {
          opacity: 1;
        }

        100% {
          opacity: 0;
        }
    }

    .cIHIZf {
      color:var(--grey-200, var(--color--text--on-surface));
      width:fit-content;
      height:40px;
      display:flex;
      row-gap:8px;
      font-size:16px;
      background:;
      column-gap:8px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-left:16px;
      border-radius:6px;
      padding-right:16px;
      flex-direction:row;
      justify-content:center;
    }

    .cIHIZf:hover {
      background:var(--grey-900, var(--color--surface--0));
    }

    .cIHIZf:focus-visible {
      outline:2px solid var(--light-blue, var(--nordcraft--outline--on-background));
      outline-offset:2px;
    }

    .dETuwj {
      row-gap:4px;
      column-gap:4px;
      flex-direction:row;
    }

    .dtRDxA {
      row-gap:12px;
      column-gap:12px;
      flex-direction:row;
    }

    .dtRDxA:focus-visible {
      outline-color:#000000;
      outline-style:none;
      outline-width:2px;
    }

    .NCuLd {
      color:var(--grey-200, var(--color--text--on-surface));
      width:40px;
      height:40px;
      display:flex;
      background:black;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ficrFd {
      flex:1;
      color:var(--grey-200, var(--color--text--on-surface));
      cursor:pointer;
      display:flex;
      row-gap:12px;
      font-size:16px;
      column-gap:12px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-top:8px;
      padding-left:8px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:flex-start;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .ficrFd:hover {
      background:var(--grey-800, var(--color--background--tertiary));
    }

    .ficrFd:focus-visible {
      animation:2s ease 0ms 1 normal none running animation-empty;
      outline-color:var(--light-blue, var(--nordcraft--outline--on-background));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .ficrFd.animate-in {
      animation:300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms 1 normal both running animation-DYGLl;
    }

    @keyframes animation-DYGLl {
        0% {
          margin-top: -6px;
        }

        0% {
          opacity: 0;
        }

        100% {
          margin-top: 0px;
        }

        100% {
          opacity: 1;
        }
    }


    @keyframes animation-empty {
    }

    .eJbzdR {
      color:var(--grey-200, var(--color--text--on-surface));
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-normal);
    }

    .flUKZA {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      display:flex;
      row-gap:4px;
      column-gap:4px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      flex-direction:row;
      justify-content:flex-start;
    }

    .bwWdcw {
      flex:2;
      row-gap:4px;
      column-gap:4px;
      flex-direction:column;
    }

    .fxvfTq {
      flex:1;
      display:flex;
      background: black;
      transition:all 300ms ease;
      align-items:center;
      padding-top:32px;
      border-color:var(--grey-800, var(--color--border--on-surface-0));
      border-style:solid;
      border-width:1px;
      padding-left:32px;
      padding-right:32px;
      padding-bottom:32px;
      justify-content:center;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .MuPQE {
      color:var(--grey-200, var(--color--text--on-surface));
      display:inline-block;
      font-size:24px;
      text-align:center;
      font-family:"Instrument Serif";
      font-weight:var(--font-weight-regular);
      line-height:1.2;
    }

    .kpDKi {
      color:var(--light-blue, var(--nordcraft--text--primary));
      display:inline-block;
      font-size:16px;
      text-align:center;
      font-family:"Inter Tight";
      font-weight:var(--font-weight-light);
      line-height:26px;
    }

    .dXhMBC {
      width:100%;
      display:flex;
      row-gap:8px;
      animation:3s ease 0ms 1 normal none running animation-diMMIZ;
      column-gap:8px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    @keyframes animation-diMMIZ {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
    }

    .nordcraft_shared\/menu-product\:CeO9b-r2i8CQKjBQty4hU {
      animation:2s ease 0ms 1 normal none running animation-empty;
      max-height:56px;
    }

    .eUGGrp {
      color:white;
      width:40px;
      height:40px;
      display:flex;
      background: black;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eXKVyV {
      color:var(--light-blue, var(--nordcraft--text--primary));
      width:40px;
      height:40px;
      display:flex;
      animation:;
      background:black;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .eQqKkv {
      flex:2;
      width:fit-content;
      row-gap:4px;
      animation:2s ease 0ms 1 normal none running animation-empty;
      column-gap:4px;
      flex-direction:column;
    }

    .cHkhkk {
      flex:1;
      display:flex;
      background:black;
      transition:all 300ms ease;
      align-items:center;
      padding-top:32px;
      padding-left:32px;
      padding-right:32px;
      padding-bottom:32px;
      justify-content:center;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .eaJqwt {
      color:white;
      display:inline-block;
      font-size:24px;
      text-align:center;
      font-family:"Instrument Serif";
      font-weight:var(--font-weight-regular);
    }

    .bKOEXG {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      display:inline-block;
      font-size:16px;
      text-align:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-light);
    }

    .bJgeiy {
      width:100%;
      display:flex;
      row-gap:12px;
      animation:3s ease 0ms 1 normal none running animation-diMMIZ;
      column-gap:12px;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .dRjxgF {
      width:48px;
      height:48px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .cPGrQe {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      font-size:13px;
      font-family:Inter Tight;
      font-weight:inherit;
    }

    .EhZeq {
      color:white;
      display:inline-block;
      font-size:24px;
      text-align:center;
      font-family:"Instrument Serif";
    }

    .frhATz {
      display:flex;
      row-gap:16px;
      animation:3s ease 0ms 1 normal none running animation-diMMIZ;
      column-gap:16px;
      align-items:center;
      justify-content:center;
    }

    .nordcraft_shared\/menu-product\:_zKBd7j6MrmpsgVgPzge4 {
      animation:;
      max-height:56px;
    }

    .bVUpIx {
      color:var(--light-blue, var(--nordcraft--text--primary));
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-normal);
    }

    .nordcraft_shared\/menu-product\:iVvAptwqnQlzTilOzMX0r {
      animation:ease 600ms 1 normal forwards running animation-mwGqj 600px;
    }

    @keyframes animation-mwGqj {
        0% {
          margin-top: -60px;
        }

        100% {
          margin-top: 0;
        }
    }

    .flXXlh {
      color:white;
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-normal);
    }

    .zhSyE {
      color:var(--light-green, var(--nordcraft--color-palette--moss-green));
      font-size:inherit;
      font-family:inherit;
      font-weight:var(--font-weight-normal);
    }

    .fsyjSu {
      color:var(--light-green, var(--nordcraft--color-palette--moss-green));
      width:40px;
      height:40px;
      display:flex;
      animation:;
      background: black;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bigYeW {
      color:var(--grey-200, var(--color--text--on-surface));
      width:fit-content;
      cursor:pointer;
      height:40px;
      display:flex;
      row-gap:8px;
      font-size:16px;
      column-gap:8px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-left:16px;
      border-radius:6px;
      padding-right:16px;
      flex-direction:row;
      justify-content:center;
    }

    .bigYeW:hover {
      background:var(--grey-900, var(--color--surface--0));
    }

    .bigYeW:focus-visible {
      outline:2px solid var(--light-blue, var(--nordcraft--outline--on-background));
      outline-offset:2px;
    }

    .nordcraft_shared\/menu-community\:-g8-MQpRpX5Cud1uUUDNb {
      animation:2s ease 0ms 1 normal none running animation-empty;
    }

    .fFbRJk {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      display:flex;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      flex-direction:row;
      justify-content:flex-start;
    }

    .nordcraft_shared\/menu-community\:CeO9b-r2i8CQKjBQty4hU {
      display:flex;
      align-items:center;
      padding-left:8px;
      padding-right:16px;
      flex-direction:row;
      justify-content:space-between;
    }

    .crDSpw {
      display:flex;
      row-gap:12px;
      column-gap:12px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .cxzTT {
      flex:2;
      width:fit-content;
      row-gap:4px;
      column-gap:4px;
      flex-direction:column;
    }

    .nordcraft_shared\/menu-community\:_zKBd7j6MrmpsgVgPzge4 {
      animation:;
    }

    .nordcraft_shared\/menu-community\:iVvAptwqnQlzTilOzMX0r {
      animation:2s ease 0ms 1 normal none running animation-empty;
    }

    .bYjEso {
      color:var(--grey-900, var(--nordcraft--text--on-nordcraft-primary));
      font-size:13px;
      background:var(--light-green, var(--nordcraft--color-palette--moss-green));
      font-family:inherit;
      font-weight:inherit;
      padding-top:4px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:4px;
      border-top-left-radius:100px;
      border-top-right-radius:100px;
      border-bottom-left-radius:100px;
      border-bottom-right-radius:100px;
    }

    .nordcraft_shared\/menu-community\:syDUi7Wd5PC-pnf8n0rCH {
      animation:2s ease 0ms 1 normal none running animation-empty;
    }

    .learn_build-projects\:LXUYLnHzbyceCUVY0rJSv {
      position:absolute;
    }

    .learn_build-projects\:QE6KshQrn0RihCF4DDJwZ {
      color:var(--light-blue);
    }

    .AhBbd {
      color:var(--grey-200);
      width:100%;
      height:64px;
      display:flex;
      position:sticky;
      font-size:18px;
      background:var(--grey-800);
      align-items:center;
      font-family:"Inter Tight";
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:var(--grey-800);
      border-bottom-style:solid;
      border-bottom-width:1px;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
    }

    .AhBbd:active {
      background:var(--grey-600);
    }

    .dMDgZF {
      top:400px;
      flex:1;
      display:flex;
      row-gap:32px;
      position:sticky;
      column-gap:32px;
      flex-direction:column;
    }

    @media (max-width: 1280px) {

    .dMDgZF {
      display:none;
    }
    }

    .bXfvww {
      gap:12px;
      top:0px;
      left:8px;
      height:72px;
      display:flex;
      z-index:1;
      position:fixed;
      align-items:flex-start;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
      justify-content:center;
    }

    @media (min-width: 1024px) {

    .bXfvww {
      top:0px;
      left:0px;
    }
    }

    .LrgEc {
      top:72px;
      row-gap:4px;
      position:absolute;
      animation:300ms ease 0ms 1 normal none running animation-bdHHCp, 300ms ease 0ms 1 normal forwards running animation-cezEvk;
      background: #171717cc;
      box-shadow:0px 8px 24px 0px #00000099, 0px 1px 1px 0px #ffffff1a inset;
      column-gap:4px;
      transition:all 300ms ease;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      backdrop-filter:blur(10px);
      border-top-left-radius:26px;
      border-top-right-radius:26px;
      border-bottom-left-radius:26px;
      border-bottom-right-radius:26px;
    }


    @keyframes animation-cezEvk {
        0% {
          top: 72px;
        }

        50% {
          top: 64px;
        }

        100% {
          top: 72px;
        }
    }

    .EKScS {
      gap:8px;
      font:var(--font-weight-semi-bold) 13px Fira Code;
      color:var(--light-blue, var(--nordcraft--text--primary));
      width:fit-content;
      border:1px solid var(--grey-600, var(--color--border--on-surface-2));
      cursor:pointer;
      height:32px;
      display:none;
      outline: none ;
      background: rgba(23, 23, 23, 0.8);
      box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      border-radius:8px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .EKScS {
      gap:8px;
      font:var(--font-weight-semi-bold) 13px Fira Code;
      color:var(--light-blue, var(--nordcraft--text--primary));
      width:fit-content;
      cursor:pointer;
      height:32px;
      display:flex;
      outline:none ;
      background:rgba(23, 23, 23, 0.8);
      box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
      align-items:center;
      padding-top:8px;
      padding-left:12px;
      border-radius:8px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
    }
    }

    .EKScS:hover {
      color:black;
      background:white;
    }

    .EKScS:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--outline--on-background));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .EKScS:active {
      background:white;
    }

    .fzKRxx {
      color:var(--grey-200, var(--color--text--on-surface));
      cursor:pointer;
      display:none;
      outline: none ;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    @media (min-width: 960px) {

    .fzKRxx {
      display:flex;
    }
    }

    .fzKRxx:hover {
      color:white;
    }

    .fzKRxx:focus-visible {
      transform:scale(1.1, 1.);
      outline-color:var(--light-blue, var(--nordcraft--outline--on-background));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
    }

    .nordcraft_shared\/menu-logo\:CeO9b-r2i8CQKjBQty4hU {
      animation:2s ease 0ms 1 normal none running animation-empty;
      max-height:56px;
    }

    .nordcraft_shared\/menu-logo\:_zKBd7j6MrmpsgVgPzge4 {
      animation:;
      max-height:56px;
    }

    .egkcwx {
      width:fit-content;
    }

    .dxhjOu {
      color:white;
      cursor:pointer;
      outline:none;
      flex-direction:row;
    }

    .dxhjOu:focus-visible {
      color:var(--light-blue, var(--nordcraft--outline--on-background));
      transform:scale(1.1, 1.);
    }

    @media (min-width: 960px) {

    .dxhjOu {
      display:none;
    }
    }

    .fnzLGy {
      display:flex;
      row-gap:16px;
      column-gap:16px;
      padding-left:24px;
      padding-right:24px;
    }

    @media (min-width: 1024px) {

    .fnzLGy {
      display:flex;
      row-gap:24px;
      column-gap:24px;
      padding-left:0px;
      padding-right:0px;
    }
    }

    .dFKgRc {
      color:var(--light-blue);
      display:flex;
      row-gap:8px;
      font-size:16px;
      column-gap:8px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-normal);
      line-height:24px;
      user-select:none;
      flex-direction:row;
      justify-content:flex-start;
    }

    @media (min-width: 1024px) {

    .dFKgRc {
      font-size:20px;
      line-height:28px;
    }
    }

    .ckMvBF {
      display:none;
    }

    @media (min-width: 1024px) {

    .ckMvBF {
      display:inline;
    }
    }

    .learn_build-projects\:_HxarAWwHAvnavfQAb-n7 {
      display:flex;
      align-items:flex-start;
      padding-left:0px;
      padding-right:0px;
      justify-content:flex-start;
    }

    .dyajLW {
      top:0px;
      left:0px;
      width:100%;
      height:960px;
      opacity:0.25;
      position:absolute;
      animation:2s ease 0ms 1 normal none running anim-iGZUY2;
      object-fit:cover;
    }

    @keyframes anim-iGZUY2 {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 0.25;
        }
    }

    .evUdCX {
      display:flex;
      row-gap:32px;
      background:var(--grey-900);
      box-shadow:0px 2px 4px 0px #00000020, 0px 2px 4px 0px #00000020;
      column-gap:32px;
      flex-direction:column;
      padding-bottom:32px;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
      border-bottom-left-radius:14px;
      border-bottom-right-radius:14px;
    }

    .learn-page-course-details\:2_4t6zgHQCyJguP5t_bDc {
      color:var(--grey-200);
      font-weight:var(--font-weight-semi-bold);
    }

    .euLgwz {
      flex:1;
      display:flex;
      aspect-ratio:16/9;
      flex-direction:column;
    }

    .cQNlVM {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .learn-page-course-details\:ImM-XNGqg3r9Hjc0z1-d4 {
      color:var(--light-blue);
      font-size:2em;
      font-family:"Instrument Serif";
    }

    .learn-page-course-details\:Qp0dq9js-QScOgGJz8RGB {
      color:var(--grey-200);
      font-weight:var(--font-weight-semi-bold);
    }

    .cFWjUB {
      display:flex;
      row-gap:16px;
      column-gap:16px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
    }

    .eSkDJH {
      width:100%;
      bottom:0px;
      display:flex;
      row-gap:4px;
      position:absolute;
      background:linear-gradient(#00000000 0%, #000000 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
      column-gap:4px;
      padding-top:64px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:column;
      padding-bottom:16px;
    }

    .bryjyj {
      width:100%;
      height:auto;
      object-fit:cover;
      aspect-ratio:1/1;
      border-top-left-radius:14px;
      border-top-right-radius:14px;
    }

    .learn-page-course-details\:yQyo2-5LBNoXMQvAtuYfR {
      color:var(--grey-200);
      font-weight:var(--font-weight-semi-bold);
    }

    .cCoRmh {
      color:var(--grey-200);
      display:inline-block;
      font-size:40px;
      text-wrap:balance;
      text-align:left;
      font-family:"Inter Tight";
      font-weight:var(--font-weight-semi-bold);
      line-height:48px;
    }

    @media (min-width: 1024px) {

    .cCoRmh {
      font-size:64px;
      line-height:88px;
    }
    }

    .cCoRmh.centered {
      text-align:center;
    }

    .cCoRmh::selection {
      background:#ffffff33;
    }

    .learn_build-projects\:bK3pNTiH84QjBbucbhiWs {
      text-align:left;
    }

    .eqhnQo {
      display:flex;
      row-gap:8px;
      column-gap:8px;
      flex-direction:column;
    }

    .bAOcKv {
      gap:96px;
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      max-width:1440px;
      align-items:flex-start;
      padding-top:128px;
      padding-bottom:128px;
      justify-content:flex-start;
      scroll-behavior:smooth;
    }

    @media (min-width: 1280px) {

    .bAOcKv {
      padding-top:256px;
      padding-bottom:256px;
    }
    }

    .jwfJA {
      overflow-y:scroll;
      scrollbar-width:none;
    }

    .jwfJA::-webkit-scrollbar {
    width: 0;
    }

    .IYjeE {
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      flex-direction:column;
    }

    @media (max-width: 1280px) {

    .IYjeE {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      flex-direction:column;
    }
    }

    @media (min-width: 1280px) {

    .IYjeE:first-of-type {
      margin-top:64px;
    }
    }

    @media (max-width: 1280px) {

    .learn_build-projects\:tLJQwz7SFUx2huh4oTSfH {
      font-size:16px;
      line-height:22px;
    }
    }

    .dvWSNM {
      flex:1;
      width:100%;
      display:flex;
      row-gap:128px;
      column-gap:128px;
      flex-direction:row;
    }

    .learn_build-projects\:v3HWKkJfdMpB16E0J-AZN {
      color:var(--grey-400);
      width:100%;
      display:flex;
      font-size:1.125rem;
      text-align:left;
      align-items:flex-start;
      padding-top:16px;
      padding-left:24px;
      padding-right:24px;
      padding-bottom:16px;
      justify-content:center;
      border-bottom-color:var(--grey-800);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .learn_build-projects\:v3HWKkJfdMpB16E0J-AZN:last-of-type {
      border-color:black;
      border-style:none;
      border-width:1px;
    }

    .dYngxQ {
      width:100vw;
      display:flex;
      flex-grow:1;
      background: black;
      flex-basis:0px;
      align-items:center;
      flex-shrink:1;
      justify-content:start;
    }

    .cbOqpO {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      font-size:24px;
      text-align:center;
      font-family:"Instrument Serif";
      font-weight:var(--font-weight-regular);
    }

    .LSleW {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      display:inline-block;
      font-size:16px;
      font-family:Inter Tight;
      font-weight:var(--font-weight-light);
      line-height:24px;
    }

    .cIhCDt {
      gap:16px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
    }

    .euDGUH {
      gap:8px;
      flex-grow:1;
      flex-basis:0px;
      flex-shrink:1;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
    }

    .dOCfDk {
      gap:24px;
      width:100%;
      flex-wrap:wrap;
      max-width:1600px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
    }

    @media (min-width: 960px) {

    .dOCfDk {
      gap:32px;
      flex-direction:row;
    }
    }

    .bYgRDB {
      flex:1;
      cursor:pointer;
      min-width:240px;
      background:var(--grey-900, var(--color--surface--0));
      box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.2);
      padding-top:12px;
      padding-left:12px;
      border-radius:26px;
      padding-right:12px;
      padding-bottom:12px;
    }

    .bYgRDB.has-graphics {
      gap:12px;
    }

    .bYgRDB:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:2px;
      outline-offset:2px;
      background-color:var(--grey-800, var(--color--surface--1));
    }

    .bYgRDB:hover {
      background-color:var(--grey-700, var(--color--surface--2));
    }

    .bYgRDB:active {
      background-color:var(--grey-700, var(--color--surface--2));
    }

    .fzRkDq {
      color:var(--grey-400, var(--color--text--on-surface-variant));
      display:inline-block;
      font-size:16px;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      line-height:24px;
    }

    .dVgdak {
      color:var(--grey-200, var(--color--text--on-surface));
      font-size:24px;
      font-family:Inter Tight;
      font-weight:var(--font-weight-normal);
      line-height:32px;
    }

    .fnLHyf {
      gap:8px;
      width:100%;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
    }

    .nordcraft_shared\/nordcraft-footer\:41KsL-teqT_JfR4YbvSFK {
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .nordcraft_shared\/nordcraft-footer\:41KsL-teqT_JfR4YbvSFK {
      display:flex;
      align-items:start;
      flex-direction:column;
      justify-content:center;
    }
    }

    .bxqcZN {
      color:var(--grey-200, var(--color--text--on-surface));
      font-size:24px;
      text-align:center;
      font-family:"Instrument Serif";
      font-weight:var(--font-weight-normal);
    }

    @media (min-width: 960px) {

    .bxqcZN {
      font-size:48px;
      line-height:32px;
    }
    }

    .feHNYu {
      color:var(--grey-200, var(--color--text--on-surface));
      width:48px;
      cursor:pointer;
      height:48px;
      outline:none;
      align-items:center;
      border-radius:6px;
      justify-content:center;
    }

    .feHNYu:hover {
      color:var(--grey-200, var(--color--text--on-surface));
      border-color:var(--grey-800, var(--color--border--on-surface-0));
      border-style:solid;
      border-width:1px;
      background-color:var(--grey-800, var(--color--surface--1));
    }

    .feHNYu:focus-visible {
      outline-color:var(--light-blue, var(--nordcraft--text--primary));
      outline-style:solid;
      outline-width:1px;
    }

    .nordcraft_shared\/nordcraft-footer\:8Q0fxibCb56hDvvAu3S4f {
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .nordcraft_shared\/nordcraft-footer\:8Q0fxibCb56hDvvAu3S4f {
      display:flex;
      align-items:start;
      flex-direction:column;
      justify-content:center;
    }
    }

    .dVQVAh {
      gap:8px;
      flex-grow:1;
      flex-basis:0px;
      flex-shrink:1;
      padding-top:16px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:16px;
    }

    @media (min-width: 960px) {

    .dVQVAh {
      flex-grow:0;
      flex-basis:0px;
      flex-shrink:0;
    }
    }

    .nordcraft_shared\/nordcraft-footer\:FsWkFSv1k-wUlBzwu8ccE {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft_shared\/nordcraft-footer\:G4WEvbSU0d-AZQkspfQic {
      color:var(--grey-400);
      font-size:16px;
    }

    .bQCxkY {
      width:96px;
      height:160px;
      flex-grow:1;
      flex-basis:0px;
      align-items:center;
      flex-shrink:1;
      border-radius:14px;
      justify-content:center;
      background-color:#000;
    }

    @media (min-width: 960px) {

    .bQCxkY {
      width:100%;
    }
    }

    .cRjKjk {
      width:100%;
      display:flex;
      align-items:center;
      padding-top:56px;
      padding-bottom:56px;
      justify-content:start;
      border-top-color:var(--grey-800, var(--color--border--on-surface-0));
      border-top-style:solid;
      border-top-width:1px;
    }

    .frdBzL {
      width:96px;
      height:160px;
      flex-grow:1;
      flex-basis:0px;
      object-fit:cover;
      flex-shrink:1;
      border-radius:14px;
    }

    @media (min-width: 960px) {

    .frdBzL {
      width:100%;
      height:256px;
    }
    }

    .nordcraft_shared\/nordcraft-footer\:RJYLLX-5z3l2tMyJxpUpa {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft_shared\/nordcraft-footer\:RhYkC_NIGpcAWJkTFvi-U {
      color:var(--grey-400);
      font-size:16px;
    }

    .dureUw {
      color:var(--light-blue, var(--nordcraft--text--primary));
      font-size:32px;
      font-family:"Instrument Serif";
      font-weight:var(--font-weight-regular);
      line-height:32px;
    }

    .cCYXsI {
      width:100%;
    }

    .bzNFjv {
      gap:16px;
      display:flex;
      flex-wrap:wrap;
      align-items:start;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      justify-content:center;
    }

    @media (min-width: 960px) {

    .bzNFjv {
      gap:24px;
    }
    }

    .eiYQtm {
      color:var(--grey-200, --color--text--on-surface);
      width:100%;
      height:80px;
      background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/nordcraft:arrow-tree-4x.png/public") scroll padding-box border-box repeat no-repeat center center / 85px 80px;
    }

    .bsAJr {
      gap:16px;
      display:flex;
      flex-wrap:wrap;
      align-items:start;
      padding-left:24px;
      padding-right:24px;
      flex-direction:row;
      justify-content:center;
    }

    @media (min-width: 960px) {

    .bsAJr {
      gap:24px;
      display:flex;
      align-items:start;
      flex-direction:row;
      justify-content:start;
    }
    }

    .LSSgL {
      gap:48px;
      width:100%;
      display:flex;
      align-items:center;
      padding-top:56px;
      padding-bottom:56px;
      justify-content:start;
      border-top-color:var(--grey-800, --color--border--on-surface-0);
      border-top-style:solid;
      border-top-width:1px;
    }

    .nordcraft_shared\/nordcraft-footer\:mueSsN0EldUSKp8HUeL4N {
      color:var(--grey-200, #E5E5E5);
      width:48px;
      cursor:pointer;
      height:48px;
      outline:none;
      align-items:center;
      border-radius:6px;
      justify-content:center;
    }

    .eNltfH {
      color:white;
      display:flex;
      font-size:20px;
      align-items:center;
      font-family:Inter Tight;
      font-weight:var(--font-weight-regular);
      padding-left:24px;
      padding-right:24px;
      justify-content:start;
    }

    .nordcraft_shared\/nordcraft-footer\:tw5Eb2xJ-Wb8ylG0EuWIH {
      color:var(--grey-400);
      font-size:16px;
    }

    .nordcraft_shared\/nordcraft-footer\:zqKi60UfeuGHSd6YEyOL6 {
      width:100%;
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (min-width: 960px) {

    .nordcraft_shared\/nordcraft-footer\:zqKi60UfeuGHSd6YEyOL6 {
      display:flex;
      align-items:start;
      flex-direction:column;
      justify-content:center;
    }
    }